Carbon


NavLoad

Header: Navigation.h Carbon status: Supported

Pre-loads the Navigation Services shared library.

OSErr NavLoad ();
function result

A result code.

DISCUSSION

Use this function to pre-load the Navigation Services library. Pre-loading increases the memory used by your application, but it provides the best performance when using Navigation Services functions. If you don’t use the NavLoad function, the Navigation Services shared library may not be loaded until your application calls one of the Navigation Services functions. If you use the NavLoad function, you must call the function NavUnload if you want to release reserved memory prior to quitting.

VERSION NOTES

Available in Navigation Services 1.0 and later.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when NavigationServices 1.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)